Skip to content

Vector DB - #1197

Open
astrimaitis wants to merge 10 commits into
developfrom
vector-attempt-2
Open

astrimaitis wants to merge 10 commits into
developfrom
vector-attempt-2

Conversation

@astrimaitis

@astrimaitis astrimaitis commented Mar 19, 2024 •

Copy link
Copy Markdown
Contributor

Version 1 of Vector DB includes:

  • Initialize - feed in data or use package without it
  • Table - return table data via its name as a parameter
  • Quantize Data - feed a table name and a mapping function to navigate how to transform this data into quantized data
  • Kmeans - feed the quantized data to receive unsupervised predictions of the data
  • Infer - feed your kmeans data and a sample row to determine which classification the data belongs under

@astrimaitis astrimaitis reopened this Mar 20, 2024
@astrimaitis astrimaitis changed the title init Vector DB Mar 20, 2024
@astrimaitis
astrimaitis marked this pull request as ready for review March 21, 2024 17:35
@astrimaitis
astrimaitis requested a review from a team as a code owner March 21, 2024 17:35

@SnickerChar SnickerChar left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It works!

Comment thread packages/core/src/implementations/SnickerdoodleCore.module.ts Outdated
Comment thread packages/core/src/implementations/SnickerdoodleCore.ts Outdated
Comment thread packages/vector-db/src/volatile/VectorDB.ts Outdated
Comment thread packages/vector-db/src/volatile/VectorDB.ts
Comment thread packages/vector-db/src/IQuantizationService.ts Outdated
Comment thread packages/vector-db/test/integration/VectorDB.test.ts Outdated
Comment thread packages/vector-db/test/integration/VectorDB.test.ts Outdated
Comment thread packages/vector-db/test/integration/VectorDB.test.ts Outdated
@astrimaitis astrimaitis reopened this Mar 23, 2024
@astrimaitis astrimaitis added the DEMO-01 Code is merged to DEMO-01 Sandbox label Mar 25, 2024

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

DEMO-01 Code is merged to DEMO-01 Sandbox

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants